From: Andreas Schwab Date: Fri, 19 Aug 2011 15:58:27 +0000 (+0200) Subject: Fix implicit declaration of kbd_on_hold_p X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17^2~39 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=148c94350098de98fdb35a006c69adf54e530b7c;p=emacs.git Fix implicit declaration of kbd_on_hold_p * keyboard.c: Include "process.h" --- diff --git a/src/ChangeLog b/src/ChangeLog index 4a15a096788..228f63e6b75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-19 Andreas Schwab + + * keyboard.c: Include "process.h" + 2011-07-28 Eli Zaretskii * xfaces.c (update_face_from_frame_parameter): Move out of diff --git a/src/keyboard.c b/src/keyboard.c index 09564418ddf..8d86a2e889a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -42,6 +42,7 @@ along with GNU Emacs. If not, see . */ #include "puresize.h" #include "systime.h" #include "atimer.h" +#include "process.h" #include #ifdef HAVE_GTK_AND_PTHREAD